Support for systems without floats was removed a decade ago.
authorGlenn Morris <rgm@gnu.org>
Fri, 22 Oct 2010 04:03:55 +0000 (21:03 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 22 Oct 2010 04:03:55 +0000 (21:03 -0700)
commit9d17a25684c03f5846da8df07226e00d8326ef93
tree295c84516241d3a16e775583e4590661d25a49af
parentd26cf86e3b31137ea126905c69ebbdd7ccc7ee05
Support for systems without floats was removed a decade ago.

* lisp/loadup.el: Unconditionally load float-sup.
* lisp/paren.el (show-paren-delay):
* lisp/emacs-lisp/float-sup.el:
* lisp/emulation/cua-base.el (cua-prefix-override-inhibit-delay):
* lisp/obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
(lazy-lock-stealth-verbose): Assume float support.
* lisp/ps-print.el: Assume float support on Emacs.
* lisp/emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
Remove non-float branch.

* lisp/obsolete/lazy-lock.el: Remove leading `*' from defcustom docs.
lisp/ChangeLog
lisp/emacs-lisp/float-sup.el
lisp/emacs-lisp/timer.el
lisp/emulation/cua-base.el
lisp/loadup.el
lisp/obsolete/lazy-lock.el
lisp/paren.el
lisp/ps-print.el